home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ARexxTools
/
fpl70.lha
/
funclib
/
test.fpl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-04-10
|
139 b
|
10 lines
if(!openlib("func", 2)) {
output( libTest() );
closelib("func");
} else
output("Failed to open the \"func\" funclib!\n");
return;